﻿@charset "utf-8";
/* CSS Document */

.ddsmoothmenu{ z-index:1000; width:100%; margin-bottom:10px; height:50px; color:#333333; }
.ddsmoothmenu ul{z-index:1000;margin: 0;padding: 0;list-style-type: none;}
.ddsmoothmenu ul li{position:relative;display:inline;float:left;z-index:1000;width:115px; height:30px; line-height:30px;text-align:center;font-weight:bold;font-size:14px;}
.ddsmoothmenu ul li a{display: block;font-weight:bold;padding: 0px 5px;z-index:1000;}
.ddsmoothmenu ul li a img{ padding:0px; margin:0px; float:right;}
.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited{display:block;color:#FFFFFF; }

 /*鼠标放在下拉上主菜单颜色*/
.ddsmoothmenu ul li a.selected{display:block;color:#666666;background:#FFFFFF;}

 /*鼠标放在主菜单上主菜单颜色*/
.ddsmoothmenu ul li a:hover{display:block; font-weight:bold;color:#666666;background:#FFFFFF;}
	
/*下拉菜单UL控制*/
.ddsmoothmenu ul li ul{position:absolute;left:20px;top:38px; margin:3px 0px 0px -3px;display:none;visibility: hidden;width:115px;background-color:#FFFFFF;color:#FF0000; font-size:12px;}
.ddsmoothmenu ul li ul li{color:#666666;display:list-item;float: none;width:90px;padding:0px;text-align:left;font-weight:normal;list-style:none outside none;background:#FFFFFF;font-size:12px;margin:0; }
.ddsmoothmenu ul li ul li a{ font-size:12px;color:#666666;width:90px;margin:0; background:#FFFFFF;padding-left:15px;}
.ddsmoothmenu ul li ul li a:link{ font-size:12px;color:#666666; background:#FFFFFF;}
.ddsmoothmenu ul li ul li a:visited{ font-size:12px;color:#666666; background:#FFFFFF;}
.ddsmoothmenu ul li ul li a:hover{display:block;background:#CCCCCC;color:#666666;}
.ddsmoothmenu ul li ul li ul{ top: 0; left:0; color:#666666;}
.ddsmoothmenu ul li ul.narrow{position: absolute;left: 0;display: none; visibility: hidden;width:200px;background-color:#333;; border-radius:0 0 4px 4px; opacity:0.9; }
.ddsmoothmenu ul li ul.narrow li{display: list-item;float: none;width: 180px;padding:0;margin:6px 0 10px 5px;text-align:left;font-weight:normal;}
.ddsmoothmenu ul li ul.narrow li.title{width: 180px;margin:6px 0 10px 5px;padding:2px 5px;background:#69767e; color:#fff;text-align:left;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.ddsmoothmenu ul li ul li ul{ top: 0; left:0; color:#ffffff;}
.ddsmoothmenu ul li ul.narrow li a{width: 180px;width: 225px;padding: 5px;margin: 0;}
.downarrowclass{margin-left:44px;}
.rightarrowclass{position: absolute;top: 6px;right: 5px;}
.ddshadow{position: absolute;left: 0;top: 0;width: 0;height: 0;background:none;}
.toplevelshadow{}
